home *** CD-ROM | disk | FTP | other *** search
/ Cubase Magazine 47 / Issue #47.iso / pc / 2-SOFTWARE / AudioSliders 3.03 / asliders.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-07-04  |  4.2 KB  |  87 lines

  1. ;InnoSetupVersion=3.0.1
  2. [Setup]
  3. AppName=Audio Sliders
  4. AppVerName=Audio Sliders 3.03
  5. AppId=Audio Sliders
  6. AppVersion=3.0
  7. AppPublisher=Code Sector Inc.
  8. AppPublisherURL=http://www.codesector.com
  9. AppSupportURL=http://www.codesector.com
  10. AppUpdatesURL=http://www.codesector.com/download.asp
  11. AppMutex=AudioSlidersMutex4578
  12. DefaultDirName={pf}\Audio Sliders 3
  13. DefaultGroupName=Code Sector
  14. UninstallDisplayIcon={app}\volume.exe
  15. OutputBaseFilename=asliders303
  16. Compression=zip
  17. PrivilegesRequired=none
  18. AllowNoIcons=yes
  19. LicenseFile=embedded\License.txt
  20. InfoBeforeFile=embedded\InfoBefore.txt
  21. InfoAfterFile=embedded\InfoAfter.txt
  22. WizardImageFile=embedded\WizardImage0.bmp
  23. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  24. [Files]
  25. Source: "{app}\volume,1.exe"; DestDir: "{app}"; DestName: "volume.exe"; 
  26. Source: "{app}\Readme.txt"; DestDir: "{app}"; 
  27. Source: "{app}\English.cnt"; DestDir: "{app}"; 
  28. Source: "{app}\Spanish.cnt"; DestDir: "{app}"; 
  29. Source: "{app}\FILE_ID.DIZ"; DestDir: "{app}"; 
  30. Source: "{app}\Setup.dll"; DestDir: "{app}"; 
  31. Source: "{app}\HardwareID.exe"; DestDir: "{app}"; 
  32. Source: "{app}\volume,2.exe"; DestDir: "{app}"; DestName: "volume.exe"; 
  33. Source: "{app}\OSD.gif"; DestDir: "{app}"; 
  34. Source: "{app}\Tour.gif"; DestDir: "{app}"; 
  35. Source: "{app}\English.hlp"; DestDir: "{app}"; 
  36. Source: "{app}\SPANISH.HLP"; DestDir: "{app}"; 
  37. Source: "{app}\Tour.htm"; DestDir: "{app}"; 
  38. Source: "{app}\Chinese BIG5.lng"; DestDir: "{app}"; 
  39. Source: "{app}\Chinese.lng"; DestDir: "{app}"; 
  40. Source: "{app}\Czech.lng"; DestDir: "{app}"; 
  41. Source: "{app}\Danish.lng"; DestDir: "{app}"; 
  42. Source: "{app}\Dutch.lng"; DestDir: "{app}"; 
  43. Source: "{app}\English.lng"; DestDir: "{app}"; 
  44. Source: "{app}\French.lng"; DestDir: "{app}"; 
  45. Source: "{app}\German.lng"; DestDir: "{app}"; 
  46. Source: "{app}\Hebrew.lng"; DestDir: "{app}"; 
  47. Source: "{app}\Indonesian.lng"; DestDir: "{app}"; 
  48. Source: "{app}\Italian.lng"; DestDir: "{app}"; 
  49. Source: "{app}\Lithuanian.lng"; DestDir: "{app}"; 
  50. Source: "{app}\Magyar.lng"; DestDir: "{app}"; 
  51. Source: "{app}\Norwegian.lng"; DestDir: "{app}"; 
  52. Source: "{app}\Polish.lng"; DestDir: "{app}"; 
  53. Source: "{app}\Romana.lng"; DestDir: "{app}"; 
  54. Source: "{app}\Russian.lng"; DestDir: "{app}"; 
  55. Source: "{app}\Spanish.lng"; DestDir: "{app}"; 
  56. Source: "{app}\License.txt"; DestDir: "{app}"; 
  57. Source: "{app}\order_rus.txt"; DestDir: "{app}"; 
  58. Source: "{app}\Whatsnew.txt"; DestDir: "{app}"; 
  59. Source: "{app}\pad_file.xml"; DestDir: "{app}"; 
  60. Source: "{app}\Normalize.ams"; DestDir: "{app}"; 
  61. Source: "{app}\Skins\Black Plastic (24 bit).bmp"; DestDir: "{app}\Skins"; 
  62. Source: "{app}\Skins\skin.txt"; DestDir: "{app}\Skins"; 
  63. Source: "{app}\Skins\Alumin (24 bit).bmp"; DestDir: "{app}\Skins"; 
  64. Source: "{app}\Skins\Windows Standard (4 bit).bmp"; DestDir: "{app}\Skins"; 
  65. Source: "{app}\Skins\Mac (24 bit).bmp"; DestDir: "{app}\Skins"; 
  66. Source: "{app}\Skins\CoolEdit Pro Sliders (8 bit).bmp"; DestDir: "{app}\Skins"; 
  67. Source: "{app}\Skins\Hi-Fi.bmp"; DestDir: "{app}\Skins"; 
  68. Source: "{app}\Skins\Orangeade (24 bit).bmp"; DestDir: "{app}\Skins"; 
  69. Source: "{app}\Skins\Sonix 2.bmp"; DestDir: "{app}\Skins"; 
  70. Source: "{app}\Skins\Hi-Fi 2.bmp"; DestDir: "{app}\Skins"; 
  71. Source: "{app}\Skins\Phoenix.bmp"; DestDir: "{app}\Skins"; 
  72. Source: "{app}\Skins\Phoenix.txt"; DestDir: "{app}\Skins"; 
  73. Source: "{app}\Skins\Phrozen.txt"; DestDir: "{app}\Skins"; 
  74. Source: "{app}\Skins\Sinden.bmp"; DestDir: "{app}\Skins"; 
  75. Source: "{app}\Skins\ElanTV.bmp"; DestDir: "{app}\Skins"; 
  76. Source: "{app}\Skins\ElanTV.txt"; DestDir: "{app}\Skins"; 
  77. [Run]
  78. Filename: "{app}\volume.exe"; Description: "Launch Audio Sliders"; Flags: postinstall skipifsilent nowait
  79. [Icons]
  80. Name: "{group}\Audio Sliders"; Filename: "{app}\volume.exe"; 
  81. Name: "{group}\Uninstall Audio Sliders"; Filename: "{uninstallexe}"; 
  82. Name: "{userdesktop}\Audio Sliders"; Filename: "{app}\volume.exe"; Tasks: desktopicon; 
  83. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Audio Sliders"; Filename: "{app}\volume.exe"; Tasks: quicklaunchicon; 
  84. [Tasks]
  85. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  86. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  87.